home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Oz - The Magical Adventure
/
Adventure.iso
/
pc
/
dkdata
/
rockbal.dxr
/
00009_win HostSound.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-06-01
|
274 b
|
15 lines
on exitFrame
global gMasterMoves, gJewelStatus
if char 2 of gJewelStatus = "0" then
myResponse = "1"
else
myResponse = "2"
end if
case gMasterMoves of
3:
HostSound("76461" & myResponse)
2:
HostSound("76462" & myResponse)
end case
end